home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / RAMSES 2.2 / RAMSES 2.2 Extras / RMSBaseExtra / RMSDebugHelp.MOD (No reports) < prev    next >
Encoding:
Modula Implementation  |  1996-06-21  |  485 b   |  23 lines  |  [TEXT/MEDT]

  1. IMPLEMENTATION MODULE RMSDebugHelp;
  2.  
  3.   (*
  4.         Implementation and Revisions:
  5.         ============================
  6.  
  7.         Author  Date        Description
  8.         ------  ----        -----------
  9.  
  10.         AF      25/11/90    First implementation (DM 2.02, MacMETH 2.6.2)
  11.  
  12.   *)    
  13.     
  14.   PROCEDURE ShowLevels (procName: ARRAY OF CHAR; anInt: INTEGER; size: LONGINT);
  15.   BEGIN
  16.   END ShowLevels;
  17.   
  18.   PROCEDURE ActivateHeapTrace;
  19.   BEGIN
  20.   END ActivateHeapTrace;
  21.   
  22. END RMSDebugHelp.